home *** CD-ROM | disk | FTP | other *** search
-
-
- FMT.BAT - Enables constant dual disk formatting
-
- by Stephen P. Goodman, ESP Software
-
-
- This simple batch file was developed as a solution to a friend of
- mine who formatted disks for his customers, as an extra service
- whenever they bought diskettes. Originally, he had used DOS's
- FORMAT.COM on its own, with a patch made to it that beeped when
- the "Format Another(Y/N)?" prompt came up. I made FMT.BAT so
- that all his secretary would have to do is keep putting in
- diskettes.
-
- FMT.BAT does the following, using DOS batch commands:
-
- 1. Erases the screen
- 2. Beeps and Displays the message, "Formatting Drive B:....."
- 3. Suppresses the screen output of FORMAT.COM
- 4. Erases the screen
- 5. Beeps and Displays the message, "Formatting Drive A:....."
- 6. Suppresses again the screen output of FORMAT.COM
- 7. Re-executes itself
-
- I was approached with a copy of a "public domain" utility by Peter
- Norton (you know, the fellow with the clown tie), that did what he
- termed a "high-speed copy". My friend wanted me to decode the
- pascal file and its included assembler code, because Norton's
- program only copied/formatted/verified for DOS 1.1 - in an 8-sector,
- single-sided format, whether or not the copied disk was the same.
- Well, he HAD recommended it for DOS 1.1 only. This program did a
- complete performance of its two-disk copy/format/verify function in
- about 1:06 - which was fine, if you used DOS 1.1, but since it only
- copied(etc) 1 SIDE, you'd have to multiply that time by about 2 in
- order to find out the total loop time.
-
- FMT.BAT does the above in 1:46 - in a dual-sided, 9-sector format.
-
- NOTE: BEFORE USING FMT.BAT, INSTALL THE FOLLOWING FILES ON A 32KB
- RAMDISK, USING ANY AVAILABLE RAMDISK FUNCTION(ie QDXT 1/A, or
- RAMDISK 1, etc.) :
- FORMAT.COM
- FMT.BAT
- INPUT <- this file routes instructions
- to FORMAT.COM, bypassing the
- user input functions
-
- To temporarily halt formatting, simply press Ctrl-NumLock.
-
- To halt the loop, wait until Drive A: is being formatted, and hold
- the Ctrl-Break keys down. When FORMAT.COM is finished verifying
- Drive A:, it will break out of the loop.
-
- 18 September 1984